var App = function () { return { init: function () { } }; }; jQuery(document).ready(function () { //App.init(); });